Global Index
HTML5 JS API Index > Drag and Drop Tutorials & Specs

DragEventInit

Extends MouseEventInit.

This type represents a collection of object properties and does not have an explicit JavaScript representation.

Properties
DataTransfer?
dataTransfer
The dataTransfer attribute of the DragEvent interface must return the value it was initialized to. When the object is created, this attribute must be initialized to null. It represents the context information for the event.
Referenced by
DragEventDragEvent(...)